Skip to content

Add touch examples #171

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Feb 5, 2017
Merged

Add touch examples #171

merged 8 commits into from
Feb 5, 2017

Conversation

ionciubotaru
Copy link
Contributor

Adding example folder will help other users to implement new specific ESP32 functions

@me-no-dev
Copy link
Member

ok, this is totally wrong in Arduino perspective.
Examples for ESP32 need to go into libraries/ESP32/examples/ and folder name MUST match the .ino name. libraries/ESP32/ need to have the proper files in order to be discoverable in Arduino IDE

…ries/Touch/examples/touchIntrrerupt/touchIntrrerupt.ino
…o libraries/ESP32/examples/Touch/touchIntrerrupt/touchIntrrerupt.ino
@ionciubotaru
Copy link
Contributor Author

fixed

@me-no-dev
Copy link
Member

see here how the folder should look like ;) needs to have the src folder, library.properties and so on

@me-no-dev
Copy link
Member

also please capitalize the name of the sketch (all sketches start with capital letter)

void setup() {
Serial.begin(115200);
delay(1000); // give me time to bring up serial monitor
printf("\n ESP32 Touch Interrupt Test\n");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be Serial.println("\nESP32 Touch Interrupt Test");

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

….ino to libraries/ESP32/examples/Touch/TouchIntrerrupt/TouchIntrrerupt.ino
@ionciubotaru
Copy link
Contributor Author

fixed all sugestions

@me-no-dev
Copy link
Member

Please please please do pay attention at what you are doing! Do test the sketches that you commit! folder and sketch name are all wrong....

@me-no-dev
Copy link
Member

TouchInterrupt is how it MUST be spelled

….ino to libraries/ESP32/examples/Touch/TouchInterrupt/TouchInterrupt.ino
@ionciubotaru
Copy link
Contributor Author

Sorry for mistake, I correct it.
I test the schetch before upload, but with a different name

@me-no-dev me-no-dev merged commit c66b54a into espressif:master Feb 5, 2017
@ionciubotaru ionciubotaru deleted the patch-2 branch February 5, 2017 16:05
brentru pushed a commit to adafruit/arduino-esp32 that referenced this pull request Oct 22, 2024
Fix for running ci-arduino in private repos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants